|
|
L4T Multimedia API Reference28.1 Release |
Holds information about the frame.
Definition at line 44 of file NvDrmRenderer.h.

Data Fields | |
| uint32_t | fb_id |
| Frame ID. More... | |
| int | width |
| Width of the frame, in pixels. More... | |
| int | height |
| Height of the frame, in pixels. More... | |
| int | format |
Frame format, such as DRM_FORMAT_RGB332. More... | |
| NvDrmBO | bo [4] |
| DRM buffer handles. More... | |
| int | num_buffers |
| Number of DRM buffers, which depends on the buffer format. More... | |
| NvDrmBO _NvDrmFB::bo[4] |
DRM buffer handles.
Definition at line 51 of file NvDrmRenderer.h.
| uint32_t _NvDrmFB::fb_id |
Frame ID.
Definition at line 45 of file NvDrmRenderer.h.
| int _NvDrmFB::format |
Frame format, such as DRM_FORMAT_RGB332.
This class supports a subset of the formats defined in drm_fourcc.h, the standard DRM header.
Definition at line 48 of file NvDrmRenderer.h.
| int _NvDrmFB::height |
Height of the frame, in pixels.
Definition at line 47 of file NvDrmRenderer.h.
| int _NvDrmFB::num_buffers |
Number of DRM buffers, which depends on the buffer format.
Definition at line 52 of file NvDrmRenderer.h.
| int _NvDrmFB::width |
Width of the frame, in pixels.
Definition at line 46 of file NvDrmRenderer.h.